GetBias Interface

public interface GetBias

Module Procedures

private function GetBiasFloat(grid1, grid2, maskReal, maskInteger, rbias) result(bias)

compute mean Bias between two grids real optional argument: mask: compute Bias only on assigned mask rbias: compute relative Bias

Arguments

Type IntentOptional Attributes Name
type(grid_real), intent(in) :: grid1
type(grid_real), intent(in) :: grid2
type(grid_real), intent(in), optional :: maskReal
type(grid_integer), intent(in), optional :: maskInteger
logical, intent(in), optional :: rbias

Return Value real(kind=float)